home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
bin
/
sc3d_notify
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
331b
|
12 lines
#!/bin/sh
case `/usr/bin/X11/xconfirm -t "This hotmix uses a special version of showcase." \
-t "You will need to install one file on your system to" \
-t "run the hotmix on this system. " \
-t " " -t "Install file?" -b No -B Yes`
in
Yes) $HOTMIXDIR/bin/Install_sclib
exit 0;;
No) exit 1;;
esac